-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Fix flaky test #2078
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix flaky test #2078
Conversation
@drew-gross updated the pull request. |
1 similar comment
@drew-gross updated the pull request. |
Current coverage is 91.42%@@ master #2078 diff @@
==========================================
Files 93 93
Lines 6537 6694 +157
Methods 1169 1182 +13
Messages 0 0
Branches 1370 1402 +32
==========================================
+ Hits 6010 6120 +110
- Misses 527 574 +47
Partials 0 0
|
@drew-gross updated the pull request. |
@drew-gross updated the pull request. |
@drew-gross updated the pull request. |
@drew-gross updated the pull request. |
1 similar comment
@drew-gross updated the pull request. |
@drew-gross updated the pull request. |
@drew-gross updated the pull request. |
1 similar comment
@drew-gross updated the pull request. |
@drew-gross updated the pull request. |
1 similar comment
@drew-gross updated the pull request. |
this seems to have helped with the flaky test, by using
getOneSchema
to get the schema, instead ofthis.data
which can get unloaded randomly.